#include "defs.h"
#if HAVE_LIBEXPAT
-#include "xmlgeneric.h"
-#include <expat.h>
-static XML_Parser psr;
+# include "xmlgeneric.h"
+# include <expat.h>
+ static XML_Parser psr;
#endif
+
#include <time.h>
#include "cet_util.h"
#define MY_TBUF 64
#define MY_XBUF 128
-#if NO_EXPAT
+#if !HAVE_LIBEXPAT
void
ce_rd_init(const char *fname)
{
-#if HAVE_LIBUSB
/*
Physical/OS USB layer to talk to libusb.
#include <stdio.h>
#include <ctype.h>
#include <usb.h>
+#include "../config.h"
#include "gps.h"
#include "garminusb.h"
fatal("Found no Garmin USB devices.\n");
}
}
-
-#endif /* HAVE_LIBUSB */
{
}
+void xml_readstring(const char *)
+{
+}
+
#endif /* HAVE_LIBEXPAT */
/******************************************/